Bump git2 dep to fix SSL paths
authorAlex Crichton <alex@alexcrichton.com>
Mon, 28 Nov 2016 23:48:10 +0000 (15:48 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 28 Nov 2016 23:48:10 +0000 (15:48 -0800)
commit52fa74113ae54323883f547b9c066d0169a8270b
tree6c8a233bc32d2aede1716c018ec3b3229e499e4c
parent3568be94c0ca73488954ad209c07e7998786b3d9
Bump git2 dep to fix SSL paths

This commit includes alexcrichton/git2-rs@a8f4a7faa which switches the order of
initialization of libgit2. That commit ensures that the relevant env vars which
a statically linked OpenSSL needs to function are set before libgit2 is
initialized to ensure that libgit2 uses them.

This was regressed accidentally in alexcrichton/git2-rs@071902aa when
initialization was tweaked.

Closes #3340
Cargo.lock